.joinMask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.joinMask .mask-content {
	width: 455px;
	height: 508px;
	background-color: #FFFFFF;
	background-image: url(../images/union_register.jpg);
	background-size: 100% 100%;
	border-radius: 6px;
	-moz-border-radius: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -254px;
	margin-left: -227.5px;
	padding: 100px 56px 62px;
}

.joinMask .mask-content input[type='text'] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 20px;
	background-color: transparent;
}

.joinMask .mask-content input[type='text']::-webkit-input-placeholder {
	font-size: 14px;
	color: #888888;
}

.joinMask .mask-content input[type='text']::-moz-placeholder {
	font-size: 14px;
	color: #888888;
}

.joinMask .mask-content input[type='text']:-ms-input-placeholder {
	font-size: 14px;
	color: #888888;
}

.joinMask .mask-content input[type='text']:-moz-placeholder {
	font-size: 14px;
	color: #888888;
}

.joinMask .choose {
	width: 100%;
	border-bottom: 1px solid #E4E4E4;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.joinMask .choose>div:first-of-type {
	font-size: 16px;
	color: #383838;
}

.joinMask .choose>div:nth-of-type(2) {
	font-size: 14px;
	color: #888888;
}

.joinMask .choose>div:nth-of-type(2)>i {
	font-size: 18px;
	position: relative;
	top: 2px;
	color: #888888;
}

.joinMask .choose-item {
	width: 100%;
	position: absolute;
	top: 40px;
	background: #FFFFFF;
	box-shadow: 0px 6px 8px rgba(205, 205, 205, 0.35);
	display: none;
	z-index: 150;
}

.joinMask .choose-item>ul {
	padding-top: 10px;
}

.joinMask .choose-item li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #A2A1A1;
	padding-left: 20px;
}

.joinMask .agree-box {
	font-size: 14px;
	color: #888888;
	margin-top: 27px;
	margin-bottom: 30px;
}

.joinMask .agree-box input {
	position: relative;
	top: 2px;
	margin: 0 5px;
}

.joinMask .commit {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	-moz-border-radius: 48px;
	text-align: center;
	background-image: linear-gradient(to right, #E2007C, #F92C22);
	font-size: 16px;
	color: #FFFFFF;
}

.joinMask .login {
	font-size: 16px;
	color: rgb(102, 79, 129);
	position: absolute;
	bottom: 15px;
	right: 25px;
}

.joinMask .close {
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: rgb(249, 227, 244);
	border-radius: 22px;
	-moz-border-radius: 22px;
	position: absolute;
	top: 15px;
	right: 25px;
}

.joinMask .close>div{
	width: 25px;
	height: 0;
	border-bottom: 1px solid #383838;
	position: relative;
	top: 20.5px;
	left: 8px;
}

.joinMask .close>div:first-of-type {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.joinMask .close>div:last-of-type {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 19.5px;
}
